IStackedSeriesWrapperBase
Defines common properties to stacked series wrappers, such as StackedColumnsWrapper and StackedMountainsWrapper
Методы
AccumulateYValueAtX(T, int, bool) : Tuple<double, double>
Accumulate Y value at for a stacked series, where Tuple.Item1 represents the upper series value at the and Tuple.Item2 - the lower one.
AddSeries(T)
Adds the IStackedRenderableSeries to the internal collection.
CalculateYRange(T, IndexRange) : DoubleRange
Gets the YRange of the data (min, max of the ) in the passed , where indices are point-indices on the DataSeries columns.
DrawStackedSeries(IRenderContext2D)
Draws all the IStackedRenderableSeries being wrapped, using the IRenderContext2D passed in.
GetStackedSeriesCount() : int
Returns amount of the series being stacked.
GetStackedSeriesFromSameGroup(string) : IList<T>
Returns all the IStackedRenderableSeries from the same StackedGroup.
IsOneHundredPercentGroup(string) : bool
Gets a value indicating whether all the series within the StackedGroup are 100% stacked.
MoveSeriesToAnotherGroup(T, string, string)
Called internally to move series from one StackedGroup to another.
RemoveSeries(T)
Removes the IStackedRenderableSeries from the internal collection.
ShiftHitTestInfo(Point, HitTestInfo, double, T) : HitTestInfo
Called internaly to correlate a hit-test result for the .